home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr18 / xcom14.zip / UFO.BAT < prev    next >
DOS Batch File  |  1995-02-03  |  268b  |  20 lines

  1. @echo off
  2. sound\sndstart
  3. cls
  4. ufoexe\black
  5. intro.exe
  6. ufoexe\black
  7. ufoexe\geoscape "0" 
  8. if errorlevel 2 goto begin
  9. goto end
  10. :begin
  11. ufoexe\black
  12. ufo2exe\tactical "1" 
  13. :geo
  14. ufoexe\black
  15. ufoexe\geoscape "1" 
  16. if errorlevel 2 goto begin
  17. :end
  18. sound\sndend
  19.  
  20.